home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Linux / Kubuntu 8.10 / kubuntu-8.10-desktop-i386.iso / casper / filesystem.squashfs / lib / brltty / brltty.sh next >
Linux/UNIX/POSIX Shell Script  |  2008-08-06  |  106b  |  6 lines

  1. #!/bin/sh
  2. pid=/var/run/brltty
  3. [ -r $pid ] && kill -0 `cat $pid` && exit 0
  4. exec /sbin/brltty -P $pid "$@"
  5.  
  6.